home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Smart Defrag / DefragSetup.exe / {app} / IObit SmartDefrag.exe / 0 / RCDATA / TREPORTFORM / TREPORTFORM.txt < prev   
Encoding:
Text File  |  2009-07-02  |  887 b   |  45 lines

  1. object ReportForm: TReportForm
  2.   Left = 324
  3.   Top = 154
  4.   Caption = 'Report'
  5.   ClientHeight = 542
  6.   ClientWidth = 517
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Tahoma'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCanResize = FormCanResize
  17.   OnClose = FormClose
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     517
  22.     542)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object ReportPages: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 517
  29.     Height = 497
  30.     Align = alTop
  31.     Anchors = [akLeft, akTop, akRight, akBottom]
  32.     TabOrder = 0
  33.   end
  34.   object CloseBtn: TButton
  35.     Left = 216
  36.     Top = 509
  37.     Width = 75
  38.     Height = 25
  39.     Anchors = [akBottom]
  40.     Caption = 'Close'
  41.     TabOrder = 1
  42.     OnClick = CloseBtnClick
  43.   end
  44. end
  45.